From: IOhannes m zmölnig (Debian/GNU) Date: Wed, 11 Jan 2023 16:29:59 +0000 (+0100) Subject: Link against libz X-Git-Tag: archive/raspbian/0.22.0-2+rpi1^2~11 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b98fe3eea15caf3895ec49256b0fb043891863cc;p=giada.git Link against libz --- diff --git a/debian/patches/juce-7_0_2.patch b/debian/patches/juce-7_0_2.patch index e223930..aac71ae 100644 --- a/debian/patches/juce-7_0_2.patch +++ b/debian/patches/juce-7_0_2.patch @@ -40,3 +40,13 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ bool canControlTransport() override; private: +--- giada.orig/CMakeLists.txt ++++ giada/CMakeLists.txt +@@ -575,6 +575,7 @@ + # ------------------------------------------------------------------------------ + # Finalize 'giada' target (main executable). + # ------------------------------------------------------------------------------ ++list(APPEND LIBRARIES z) + + add_executable(giada) + target_compile_features(giada PRIVATE ${COMPILER_FEATURES})